home *** CD-ROM | disk | FTP | other *** search
- --- ../qmail-1.01-unmodified/qmail-local.c Tue Apr 15 07:05:23 1997
- +++ qmail-local.c Sat Oct 4 12:33:33 1997
- @@ -50,8 +55,8 @@
- void temp_chdir() { err("Unable to switch to home directory. (#4.3.0)\n"); soft(); }
- void temp_homestat() { err("Unable to stat home directory. (#4.3.0)\n"); soft(); }
- void temp_homesticky() { err("Home directory is sticky: user is editing his .qmail file. (#4.2.1)\n"); soft(); }
- -void temp_homewritable() { err("Uh-oh: home directory is writable. (#4.7.0)\n"); soft(); }
- -void temp_qmwritable() { err("Uh-oh: .qmail file is writable. (#4.7.0)\n"); soft(); }
- +void temp_homewritable() { err("Uh-oh: home directory is group or world writable. (#4.7.0)\n"); soft(); }
- +void temp_qmwritable() { err("Uh-oh: .qmail file is group or world writable. (#4.7.0)\n"); soft(); }
- void temp_nfsqmail() { err("Temporary error trying to open .qmail file. (#4.3.0)\n"); soft(); }
- void temp_denyqmail() { err("Permission error trying to open .qmail file. (#4.3.0)\n"); soft(); }
- void temp_slowlock() { err("File has been locked for 30 seconds straight. (#4.3.0)\n"); soft(); }
-